home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineSprite_269 / frame_4 / DoAction.as
Text File  |  2007-09-28  |  108b  |  11 lines

  1. if(mCount > 10)
  2. {
  3.    gotoAndStop("g1");
  4. }
  5. else
  6. {
  7.    mCount++;
  8.    gotoAndStop("gOK");
  9.    play();
  10. }
  11.